Added modelling and C bindings for crashdumps, and suspend VDIs.
authorEwan Mellor <ewan@xensource.com>
Tue, 30 Jan 2007 12:43:40 +0000 (12:43 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 30 Jan 2007 12:43:40 +0000 (12:43 +0000)
commit93775fde38d00446133a605ffab72862e00cadf1
treeebf75ee41336834cd4912f66f31bf8cac9567657
parent2bc69bd7d92cfc27e8fac4dcea7f4d71a1a5038c
Added modelling and C bindings for crashdumps, and suspend VDIs.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
12 files changed:
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen_crashdump.h [new file with mode: 0644]
tools/libxen/include/xen_crashdump_decl.h [new file with mode: 0644]
tools/libxen/include/xen_host.h
tools/libxen/include/xen_vdi.h
tools/libxen/include/xen_vdi_type.h
tools/libxen/include/xen_vm.h
tools/libxen/src/xen_crashdump.c [new file with mode: 0644]
tools/libxen/src/xen_host.c
tools/libxen/src/xen_vdi.c
tools/libxen/src/xen_vdi_type.c
tools/libxen/src/xen_vm.c